home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Hypergames / BrainGames / HyperQuackey / cards.xml < prev    next >
Encoding:
Text File  |  1992-08-11  |  34.7 KB  |  1,115 lines

  1. card_6982.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>6982</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_7529.pbm</bitmap>
  8.     <cantDelete> <true /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>2811</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  13.     <part>
  14.         <id>1</id>
  15.         <type>button</type>
  16.         <visible> <true /> </visible>
  17.         <reserved5> 0 </reserved5>
  18.         <reserved4> 0 </reserved4>
  19.         <reserved3> 0 </reserved3>
  20.         <reserved2> 0 </reserved2>
  21.         <reserved1> 0 </reserved1>
  22.         <enabled> <true /> </enabled>
  23.         <rect>
  24.             <left>455</left>
  25.             <top>300</top>
  26.             <right>493</right>
  27.             <bottom>335</bottom>
  28.         </rect>
  29.         <style>transparent</style>
  30.         <showName> <false /> </showName>
  31.         <highlight> <false /> </highlight>
  32.         <autoHighlight> <false /> </autoHighlight>
  33.         <sharedHighlight> <true /> </sharedHighlight>
  34.         <family>0</family>
  35.         <titleWidth>0</titleWidth>
  36.         <icon>2162</icon>
  37.         <textAlign>center</textAlign>
  38.         <font>Chicago</font>
  39.         <textSize>12</textSize>
  40.         <textStyle>plain</textStyle>
  41.         <name>Return</name>
  42.         <script>on mouseUp
  43. visual effect zoom in
  44. go card "Player 1"
  45. end mouseUp
  46. </script>
  47.     </part>
  48.     <content>
  49.         <layer>background</layer>
  50.         <id>1</id>
  51.         <text>5000</text>
  52.     </content>
  53.     <content>
  54.         <layer>background</layer>
  55.         <id>3</id>
  56.         <text>2000</text>
  57.     </content>
  58.     <content>
  59.         <layer>background</layer>
  60.         <id>2</id>
  61.         <text>180</text>
  62.     </content>
  63.     <name>HQ Preferences</name>
  64.     <script>on openCard
  65. global t1, t2, t3
  66. put field "Winning Score" into t1
  67. put field "Playing Time" into t2
  68. put field "Vulnerability Score" into t3
  69. end openCard
  70.  
  71. on closeCard
  72. global winningScore, playingTime, vulScore, t1, t2, t3
  73. if isNumber(field "Winning Score") then
  74. put field "Winning Score" into winningScore
  75. else put t1 into field "Winning Score"
  76. if isNumber(field "Playing Time") then
  77. put field "Playing Time" into playingTime
  78. else put t2 into field "Playing Time"
  79. if isNumber(field "Vulnerability Score") then
  80. put field "Vulnerability Score" into vulScore
  81. else put t3 into field "Vulnerability Score"
  82. end closeCard
  83.  
  84. on arrowKey
  85. errorSound
  86. end arrowKey
  87.  
  88. function isNumber theNum
  89. put true into result
  90. if the length of theNum > 0 then
  91. repeat with i = 1 to the length of theNum
  92. if char i of theNum < "0" or char i of theNum > "9" then
  93. put false into result
  94. exit repeat
  95. end if
  96. end repeat
  97. else put false into result
  98. return result
  99. end isNumber
  100. </script>
  101. </card>
  102.  
  103.  
  104. card_2862.xml
  105. <?xml version="1.0" encoding="utf-8" ?>
  106. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  107. <card>
  108.     <id>2862</id>
  109.     <filler1>0</filler1>
  110.     <cantDelete> <true /> </cantDelete>
  111.     <showPict> <true /> </showPict>
  112.     <dontSearch> <false /> </dontSearch>
  113.     <owner>2543</owner>
  114.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  115.     <content>
  116.         <layer>background</layer>
  117.         <id>33</id>
  118.         <text>0:54</text>
  119.     </content>
  120.     <content>
  121.         <layer>background</layer>
  122.         <id>20</id>
  123.         <text>0</text>
  124.     </content>
  125.     <content>
  126.         <layer>background</layer>
  127.         <id>22</id>
  128.         <text>NEU
  129. UOA
  130. EUA
  131. </text>
  132.     </content>
  133.     <content>
  134.         <layer>background</layer>
  135.         <id>24</id>
  136.         <text>OUEA
  137. UOAE
  138. OUBN
  139. OAQE
  140. </text>
  141.     </content>
  142.     <content>
  143.         <layer>background</layer>
  144.         <id>26</id>
  145.         <text>
  146.  
  147. </text>
  148.     </content>
  149.     <content>
  150.         <layer>background</layer>
  151.         <id>21</id>
  152.         <text>OUECQN</text>
  153.     </content>
  154.     <name>Player 1</name>
  155.     <script></script>
  156. </card>
  157.  
  158.  
  159. card_3804.xml
  160. <?xml version="1.0" encoding="utf-8" ?>
  161. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  162. <card>
  163.     <id>3804</id>
  164.     <filler1>0</filler1>
  165.     <bitmap>BMAP_5542.pbm</bitmap>
  166.     <cantDelete> <true /> </cantDelete>
  167.     <showPict> <true /> </showPict>
  168.     <dontSearch> <false /> </dontSearch>
  169.     <owner>2264</owner>
  170.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  171.     <part>
  172.         <id>1</id>
  173.         <type>field</type>
  174.         <visible> <true /> </visible>
  175.         <dontWrap> <false /> </dontWrap>
  176.         <dontSearch> <false /> </dontSearch>
  177.         <sharedText> <false /> </sharedText>
  178.         <fixedLineHeight> <true /> </fixedLineHeight>
  179.         <autoTab> <false /> </autoTab>
  180.         <lockText> <true /> </lockText>
  181.         <rect>
  182.             <left>252</left>
  183.             <top>28</top>
  184.             <right>505</right>
  185.             <bottom>301</bottom>
  186.         </rect>
  187.         <style>scrolling</style>
  188.         <autoSelect> <false /> </autoSelect>
  189.         <showLines> <false /> </showLines>
  190.         <wideMargins> <false /> </wideMargins>
  191.         <multipleLines> <false /> </multipleLines>
  192.         <reservedFamily> 0 </reservedFamily>
  193.         <titleWidth>0</titleWidth>
  194.         <icon>0</icon>
  195.         <textAlign>left</textAlign>
  196.         <font>Geneva</font>
  197.         <textSize>12</textSize>
  198.         <textStyle>plain</textStyle>
  199.         <textHeight>16</textHeight>
  200.         <name></name>
  201.         <script></script>
  202.     </part>
  203.     <part>
  204.         <id>6</id>
  205.         <type>button</type>
  206.         <visible> <true /> </visible>
  207.         <reserved5> 0 </reserved5>
  208.         <reserved4> 0 </reserved4>
  209.         <reserved3> 0 </reserved3>
  210.         <reserved2> 0 </reserved2>
  211.         <reserved1> 0 </reserved1>
  212.         <enabled> <true /> </enabled>
  213.         <rect>
  214.             <left>402</left>
  215.             <top>303</top>
  216.             <right>431</right>
  217.             <bottom>326</bottom>
  218.         </rect>
  219.         <style>shadow</style>
  220.         <showName> <false /> </showName>
  221.         <highlight> <false /> </highlight>
  222.         <autoHighlight> <false /> </autoHighlight>
  223.         <sharedHighlight> <true /> </sharedHighlight>
  224.         <family>0</family>
  225.         <titleWidth>0</titleWidth>
  226.         <icon>15420</icon>
  227.         <textAlign>center</textAlign>
  228.         <font>Chicago</font>
  229.         <textSize>12</textSize>
  230.         <textStyle>plain</textStyle>
  231.         <name></name>
  232.         <script>on mouseUp
  233. go prev card
  234. end mouseUp
  235. </script>
  236.     </part>
  237.     <part>
  238.         <id>7</id>
  239.         <type>button</type>
  240.         <visible> <true /> </visible>
  241.         <reserved5> 0 </reserved5>
  242.         <reserved4> 0 </reserved4>
  243.         <reserved3> 0 </reserved3>
  244.         <reserved2> 0 </reserved2>
  245.         <reserved1> 0 </reserved1>
  246.         <enabled> <true /> </enabled>
  247.         <rect>
  248.             <left>467</left>
  249.             <top>303</top>
  250.             <right>495</right>
  251.             <bottom>326</bottom>
  252.         </rect>
  253.         <style>shadow</style>
  254.         <showName> <false /> </showName>
  255.         <highlight> <false /> </highlight>
  256.         <autoHighlight> <false /> </autoHighlight>
  257.         <sharedHighlight> <true /> </sharedHighlight>
  258.         <family>0</family>
  259.         <titleWidth>0</titleWidth>
  260.         <icon>6720</icon>
  261.         <textAlign>center</textAlign>
  262.         <font>Chicago</font>
  263.         <textSize>12</textSize>
  264.         <textStyle>plain</textStyle>
  265.         <name></name>
  266.         <script>on mouseUp
  267. go card "Welcome"
  268. end mouseUp
  269. </script>
  270.     </part>
  271.     <content>
  272.         <layer>card</layer>
  273.         <id>1</id>
  274.         <text>This stack is free.  Please give it to all your friends.  However, if you modify it, please add your name and a description of your modification.  This is partly so that if you break it,I'll have an excuse, and partly so that if a heavily hacked version comes back to me, I'll get to see exactly what people have done to it.
  275.  
  276. If you find this game fun, valuable, or educational, I do ask one thing: take a moment to give me some feedback on it.  I've learned a lot writing Hyperquackey, but I hope I'll learn even more after getting your comments.
  277.  
  278. </text>
  279.     </content>
  280.     <name>Spread it around</name>
  281.     <script></script>
  282. </card>
  283.  
  284.  
  285. card_4013.xml
  286. <?xml version="1.0" encoding="utf-8" ?>
  287. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  288. <card>
  289.     <id>4013</id>
  290.     <filler1>0</filler1>
  291.     <bitmap>BMAP_5874.pbm</bitmap>
  292.     <cantDelete> <true /> </cantDelete>
  293.     <showPict> <true /> </showPict>
  294.     <dontSearch> <false /> </dontSearch>
  295.     <owner>2264</owner>
  296.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  297.     <part>
  298.         <id>1</id>
  299.         <type>field</type>
  300.         <visible> <true /> </visible>
  301.         <dontWrap> <false /> </dontWrap>
  302.         <dontSearch> <false /> </dontSearch>
  303.         <sharedText> <false /> </sharedText>
  304.         <fixedLineHeight> <true /> </fixedLineHeight>
  305.         <autoTab> <false /> </autoTab>
  306.         <lockText> <true /> </lockText>
  307.         <rect>
  308.             <left>252</left>
  309.             <top>28</top>
  310.             <right>506</right>
  311.             <bottom>301</bottom>
  312.         </rect>
  313.         <style>scrolling</style>
  314.         <autoSelect> <false /> </autoSelect>
  315.         <showLines> <false /> </showLines>
  316.         <wideMargins> <false /> </wideMargins>
  317.         <multipleLines> <false /> </multipleLines>
  318.         <reservedFamily> 0 </reservedFamily>
  319.         <titleWidth>0</titleWidth>
  320.         <icon>0</icon>
  321.         <textAlign>left</textAlign>
  322.         <font>Geneva</font>
  323.         <textSize>12</textSize>
  324.         <textStyle>plain</textStyle>
  325.         <textHeight>16</textHeight>
  326.         <name></name>
  327.         <script></script>
  328.     </part>
  329.     <part>
  330.         <id>5</id>
  331.         <type>button</type>
  332.         <visible> <true /> </visible>
  333.         <reserved5> 0 </reserved5>
  334.         <reserved4> 0 </reserved4>
  335.         <reserved3> 0 </reserved3>
  336.         <reserved2> 0 </reserved2>
  337.         <reserved1> 0 </reserved1>
  338.         <enabled> <true /> </enabled>
  339.         <rect>
  340.             <left>467</left>
  341.             <top>303</top>
  342.             <right>495</right>
  343.             <bottom>326</bottom>
  344.         </rect>
  345.         <style>shadow</style>
  346.         <showName> <false /> </showName>
  347.         <highlight> <false /> </highlight>
  348.         <autoHighlight> <false /> </autoHighlight>
  349.         <sharedHighlight> <true /> </sharedHighlight>
  350.         <family>0</family>
  351.         <titleWidth>0</titleWidth>
  352.         <icon>6720</icon>
  353.         <textAlign>center</textAlign>
  354.         <font>Chicago</font>
  355.         <textSize>12</textSize>
  356.         <textStyle>plain</textStyle>
  357.         <name></name>
  358.         <script>on mouseUp
  359. go card "Welcome"
  360. end mouseUp
  361. </script>
  362.     </part>
  363.     <part>
  364.         <id>6</id>
  365.         <type>button</type>
  366.         <visible> <true /> </visible>
  367.         <reserved5> 0 </reserved5>
  368.         <reserved4> 0 </reserved4>
  369.         <reserved3> 0 </reserved3>
  370.         <reserved2> 0 </reserved2>
  371.         <reserved1> 0 </reserved1>
  372.         <enabled> <true /> </enabled>
  373.         <rect>
  374.             <left>402</left>
  375.             <top>303</top>
  376.             <right>431</right>
  377.             <bottom>326</bottom>
  378.         </rect>
  379.         <style>shadow</style>
  380.         <showName> <false /> </showName>
  381.         <highlight> <false /> </highlight>
  382.         <autoHighlight> <false /> </autoHighlight>
  383.         <sharedHighlight> <true /> </sharedHighlight>
  384.         <family>0</family>
  385.         <titleWidth>0</titleWidth>
  386.         <icon>15420</icon>
  387.         <textAlign>center</textAlign>
  388.         <font>Chicago</font>
  389.         <textSize>12</textSize>
  390.         <textStyle>plain</textStyle>
  391.         <name></name>
  392.         <script>on mouseUp
  393. go prev card
  394. end mouseUp
  395. </script>
  396.     </part>
  397.     <part>
  398.         <id>7</id>
  399.         <type>button</type>
  400.         <visible> <true /> </visible>
  401.         <reserved5> 0 </reserved5>
  402.         <reserved4> 0 </reserved4>
  403.         <reserved3> 0 </reserved3>
  404.         <reserved2> 0 </reserved2>
  405.         <reserved1> 0 </reserved1>
  406.         <enabled> <true /> </enabled>
  407.         <rect>
  408.             <left>434</left>
  409.             <top>303</top>
  410.             <right>463</right>
  411.             <bottom>326</bottom>
  412.         </rect>
  413.         <style>shadow</style>
  414.         <showName> <false /> </showName>
  415.         <highlight> <false /> </highlight>
  416.         <autoHighlight> <false /> </autoHighlight>
  417.         <sharedHighlight> <true /> </sharedHighlight>
  418.         <family>0</family>
  419.         <titleWidth>0</titleWidth>
  420.         <icon>16560</icon>
  421.         <textAlign>center</textAlign>
  422.         <font>Chicago</font>
  423.         <textSize>12</textSize>
  424.         <textStyle>plain</textStyle>
  425.         <name></name>
  426.         <script>on mouseUp
  427. go next card
  428. end mouseUp
  429. </script>
  430.     </part>
  431.     <content>
  432.         <layer>card</layer>
  433.         <id>1</id>
  434.         <text>You can probably learn something about HyperCard by poking around in this stack.  It is completely unprotected, so you shouldn't have any trouble looking at things.  However:  be cautious about what you change.  Save a copy before you do anything else.  My attitude here is that there should be nothing to prevent you from making this stack into whatever you want it to be.  There is, of course, an associated risk!
  435.  
  436. One of the techniques that I found very valuable when writing this stack was to distribute the scripts as much as possible among the different buttons, fields, etc.  The best example of this technique is the scoring mechanism.  Rather than one script which looked at all the word list fields to determine the score, I send  a "Score" message to each field, and it knows how to make its contribution to the total score.  I'm not sure why this is better, but I like it.
  437.  
  438. Take note of how much effort I put into making things line up with each other.  For example, all the buttons and fields line up on the game card.  It's this sort of attention to detail that makes software look more professional.  If you spot things about this stack that look  strange or non-intuitive, please let me know about it.
  439.  
  440. You may notice that Hyperquackey seems kind of sluggish to respond.  I think so too.  There's a lot of stuff being done each time you click on a cube, for example, but even if you take all that out, it's still sluggish.
  441. Perhaps this will improve with a future version of HyperCard.
  442.  
  443. The picture of Lakeside's official Perquackey game that you see behind this field was digitized with MacVision.</text>
  444.     </content>
  445.     <name>Technical details</name>
  446.     <script></script>
  447. </card>
  448.  
  449.  
  450. card_3349.xml
  451. <?xml version="1.0" encoding="utf-8" ?>
  452. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  453. <card>
  454.     <id>3349</id>
  455.     <filler1>0</filler1>
  456.     <bitmap>BMAP_6557.pbm</bitmap>
  457.     <cantDelete> <true /> </cantDelete>
  458.     <showPict> <true /> </showPict>
  459.     <dontSearch> <false /> </dontSearch>
  460.     <owner>2264</owner>
  461.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  462.     <part>
  463.         <id>1</id>
  464.         <type>field</type>
  465.         <visible> <true /> </visible>
  466.         <dontWrap> <false /> </dontWrap>
  467.         <dontSearch> <false /> </dontSearch>
  468.         <sharedText> <false /> </sharedText>
  469.         <fixedLineHeight> <true /> </fixedLineHeight>
  470.         <autoTab> <false /> </autoTab>
  471.         <lockText> <true /> </lockText>
  472.         <rect>
  473.             <left>252</left>
  474.             <top>28</top>
  475.             <right>505</right>
  476.             <bottom>299</bottom>
  477.         </rect>
  478.         <style>scrolling</style>
  479.         <autoSelect> <false /> </autoSelect>
  480.         <showLines> <false /> </showLines>
  481.         <wideMargins> <false /> </wideMargins>
  482.         <multipleLines> <false /> </multipleLines>
  483.         <reservedFamily> 0 </reservedFamily>
  484.         <titleWidth>0</titleWidth>
  485.         <icon>0</icon>
  486.         <textAlign>left</textAlign>
  487.         <font>Geneva</font>
  488.         <textSize>12</textSize>
  489.         <textStyle>plain</textStyle>
  490.         <textHeight>16</textHeight>
  491.         <name></name>
  492.         <script></script>
  493.     </part>
  494.     <part>
  495.         <id>10</id>
  496.         <type>button</type>
  497.         <visible> <true /> </visible>
  498.         <reserved5> 0 </reserved5>
  499.         <reserved4> 0 </reserved4>
  500.         <reserved3> 0 </reserved3>
  501.         <reserved2> 0 </reserved2>
  502.         <reserved1> 0 </reserved1>
  503.         <enabled> <true /> </enabled>
  504.         <rect>
  505.             <left>402</left>
  506.             <top>303</top>
  507.             <right>431</right>
  508.             <bottom>326</bottom>
  509.         </rect>
  510.         <style>shadow</style>
  511.         <showName> <false /> </showName>
  512.         <highlight> <false /> </highlight>
  513.         <autoHighlight> <false /> </autoHighlight>
  514.         <sharedHighlight> <true /> </sharedHighlight>
  515.         <family>0</family>
  516.         <titleWidth>0</titleWidth>
  517.         <icon>15420</icon>
  518.         <textAlign>center</textAlign>
  519.         <font>Chicago</font>
  520.         <textSize>12</textSize>
  521.         <textStyle>plain</textStyle>
  522.         <name></name>
  523.         <script>on mouseUp
  524. go prev card
  525. end mouseUp
  526. </script>
  527.     </part>
  528.     <part>
  529.         <id>11</id>
  530.         <type>button</type>
  531.         <visible> <true /> </visible>
  532.         <reserved5> 0 </reserved5>
  533.         <reserved4> 0 </reserved4>
  534.         <reserved3> 0 </reserved3>
  535.         <reserved2> 0 </reserved2>
  536.         <reserved1> 0 </reserved1>
  537.         <enabled> <true /> </enabled>
  538.         <rect>
  539.             <left>434</left>
  540.             <top>303</top>
  541.             <right>463</right>
  542.             <bottom>326</bottom>
  543.         </rect>
  544.         <style>shadow</style>
  545.         <showName> <false /> </showName>
  546.         <highlight> <false /> </highlight>
  547.         <autoHighlight> <false /> </autoHighlight>
  548.         <sharedHighlight> <true /> </sharedHighlight>
  549.         <family>0</family>
  550.         <titleWidth>0</titleWidth>
  551.         <icon>16560</icon>
  552.         <textAlign>center</textAlign>
  553.         <font>Chicago</font>
  554.         <textSize>12</textSize>
  555.         <textStyle>plain</textStyle>
  556.         <name></name>
  557.         <script>on mouseUp
  558. go next card
  559. end mouseUp
  560. </script>
  561.     </part>
  562.     <part>
  563.         <id>12</id>
  564.         <type>button</type>
  565.         <visible> <true /> </visible>
  566.         <reserved5> 0 </reserved5>
  567.         <reserved4> 0 </reserved4>
  568.         <reserved3> 0 </reserved3>
  569.         <reserved2> 0 </reserved2>
  570.         <reserved1> 0 </reserved1>
  571.         <enabled> <true /> </enabled>
  572.         <rect>
  573.             <left>467</left>
  574.             <top>303</top>
  575.             <right>495</right>
  576.             <bottom>326</bottom>
  577.         </rect>
  578.         <style>shadow</style>
  579.         <showName> <false /> </showName>
  580.         <highlight> <false /> </highlight>
  581.         <autoHighlight> <false /> </autoHighlight>
  582.         <sharedHighlight> <true /> </sharedHighlight>
  583.         <family>0</family>
  584.         <titleWidth>0</titleWidth>
  585.         <icon>6720</icon>
  586.         <textAlign>center</textAlign>
  587.         <font>Chicago</font>
  588.         <textSize>12</textSize>
  589.         <textStyle>plain</textStyle>
  590.         <name></name>
  591.         <script>on mouseUp
  592. go card "Welcome"
  593. end mouseUp
  594. </script>
  595.     </part>
  596.     <content>
  597.         <layer>card</layer>
  598.         <id>1</id>
  599.         <text>Perquackey can have any number of players.  Each player alternates forming as many words as possible in 3 minutes with the letter cubes.  
  600.  
  601. Only five words of the same length are allowed per turn.  That is, five three letter words, five four letter words, and so on.  Words can be made in any order--it is not necessary to complete one group before going on to the next.
  602.  
  603. If you use the singular form of a word, you cannot also add an "s" to make the plural form.  However, "es" and other plural forms are allowed.
  604.  
  605. A player becomes "vulnerable" upon reaching 2000 points.  At this point, three extra cubes may be used.  In addition, if the player scores less then 500 points on a turn, a penalty of 500 points is imposed.  Even if the score subsequently dips below 2000, the player remains vulnerable.
  606.  
  607. The first player to reach 5000 points wins, even if not all players have taken their turns.</text>
  608.     </content>
  609.     <name>Rules</name>
  610.     <script></script>
  611. </card>
  612.  
  613.  
  614. card_4697.xml
  615. <?xml version="1.0" encoding="utf-8" ?>
  616. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  617. <card>
  618.     <id>4697</id>
  619.     <filler1>0</filler1>
  620.     <bitmap>BMAP_6209.pbm</bitmap>
  621.     <cantDelete> <true /> </cantDelete>
  622.     <showPict> <true /> </showPict>
  623.     <dontSearch> <false /> </dontSearch>
  624.     <owner>2264</owner>
  625.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  626.     <part>
  627.         <id>1</id>
  628.         <type>field</type>
  629.         <visible> <true /> </visible>
  630.         <dontWrap> <false /> </dontWrap>
  631.         <dontSearch> <false /> </dontSearch>
  632.         <sharedText> <false /> </sharedText>
  633.         <fixedLineHeight> <true /> </fixedLineHeight>
  634.         <autoTab> <false /> </autoTab>
  635.         <lockText> <true /> </lockText>
  636.         <rect>
  637.             <left>252</left>
  638.             <top>28</top>
  639.             <right>504</right>
  640.             <bottom>301</bottom>
  641.         </rect>
  642.         <style>scrolling</style>
  643.         <autoSelect> <false /> </autoSelect>
  644.         <showLines> <false /> </showLines>
  645.         <wideMargins> <false /> </wideMargins>
  646.         <multipleLines> <false /> </multipleLines>
  647.         <reservedFamily> 0 </reservedFamily>
  648.         <titleWidth>0</titleWidth>
  649.         <icon>0</icon>
  650.         <textAlign>left</textAlign>
  651.         <font>Geneva</font>
  652.         <textSize>12</textSize>
  653.         <textStyle>plain</textStyle>
  654.         <textHeight>16</textHeight>
  655.         <name></name>
  656.         <script></script>
  657.     </part>
  658.     <part>
  659.         <id>5</id>
  660.         <type>button</type>
  661.         <visible> <true /> </visible>
  662.         <reserved5> 0 </reserved5>
  663.         <reserved4> 0 </reserved4>
  664.         <reserved3> 0 </reserved3>
  665.         <reserved2> 0 </reserved2>
  666.         <reserved1> 0 </reserved1>
  667.         <enabled> <true /> </enabled>
  668.         <rect>
  669.             <left>467</left>
  670.             <top>303</top>
  671.             <right>495</right>
  672.             <bottom>326</bottom>
  673.         </rect>
  674.         <style>shadow</style>
  675.         <showName> <false /> </showName>
  676.         <highlight> <false /> </highlight>
  677.         <autoHighlight> <false /> </autoHighlight>
  678.         <sharedHighlight> <true /> </sharedHighlight>
  679.         <family>0</family>
  680.         <titleWidth>0</titleWidth>
  681.         <icon>6720</icon>
  682.         <textAlign>center</textAlign>
  683.         <font>Chicago</font>
  684.         <textSize>12</textSize>
  685.         <textStyle>plain</textStyle>
  686.         <name></name>
  687.         <script>on mouseUp
  688. go card "Welcome"
  689. end mouseUp
  690. </script>
  691.     </part>
  692.     <part>
  693.         <id>6</id>
  694.         <type>button</type>
  695.         <visible> <true /> </visible>
  696.         <reserved5> 0 </reserved5>
  697.         <reserved4> 0 </reserved4>
  698.         <reserved3> 0 </reserved3>
  699.         <reserved2> 0 </reserved2>
  700.         <reserved1> 0 </reserved1>
  701.         <enabled> <true /> </enabled>
  702.         <rect>
  703.             <left>402</left>
  704.             <top>303</top>
  705.             <right>431</right>
  706.             <bottom>326</bottom>
  707.         </rect>
  708.         <style>shadow</style>
  709.         <showName> <false /> </showName>
  710.         <highlight> <false /> </highlight>
  711.         <autoHighlight> <false /> </autoHighlight>
  712.         <sharedHighlight> <true /> </sharedHighlight>
  713.         <family>0</family>
  714.         <titleWidth>0</titleWidth>
  715.         <icon>15420</icon>
  716.         <textAlign>center</textAlign>
  717.         <font>Chicago</font>
  718.         <textSize>12</textSize>
  719.         <textStyle>plain</textStyle>
  720.         <name></name>
  721.         <script>on mouseUp
  722. go prev card
  723. end mouseUp
  724. </script>
  725.     </part>
  726.     <part>
  727.         <id>7</id>
  728.         <type>button</type>
  729.         <visible> <true /> </visible>
  730.         <reserved5> 0 </reserved5>
  731.         <reserved4> 0 </reserved4>
  732.         <reserved3> 0 </reserved3>
  733.         <reserved2> 0 </reserved2>
  734.         <reserved1> 0 </reserved1>
  735.         <enabled> <true /> </enabled>
  736.         <rect>
  737.             <left>434</left>
  738.             <top>303</top>
  739.             <right>463</right>
  740.             <bottom>326</bottom>
  741.         </rect>
  742.         <style>shadow</style>
  743.         <showName> <false /> </showName>
  744.         <highlight> <false /> </highlight>
  745.         <autoHighlight> <false /> </autoHighlight>
  746.         <sharedHighlight> <true /> </sharedHighlight>
  747.         <family>0</family>
  748.         <titleWidth>0</titleWidth>
  749.         <icon>16560</icon>
  750.         <textAlign>center</textAlign>
  751.         <font>Chicago</font>
  752.         <textSize>12</textSize>
  753.         <textStyle>plain</textStyle>
  754.         <name></name>
  755.         <script>on mouseUp
  756. go next card
  757. end mouseUp
  758. </script>
  759.     </part>
  760.     <content>
  761.         <layer>card</layer>
  762.         <id>1</id>
  763.         <text>I'm a programmer for a national software company in the healthcare market.  I use a Mac at home and I'm working on getting one into the office.
  764.  
  765. I live in Northampton, Mass. with my fianc√©e.
  766.  
  767. Here's how to get in touch with me:
  768. CompuServe: 73057, 414
  769. BIX: dbogartz
  770. well: bogartz
  771. Bitnet: dsbogartz@amherst
  772. US Mail: David Bogartz
  773.              81 Bridge St. #2
  774.              Northampton MA 01060</text>
  775.     </content>
  776.     <name>About the author</name>
  777.     <script></script>
  778. </card>
  779.  
  780.  
  781. card_4598.xml
  782. <?xml version="1.0" encoding="utf-8" ?>
  783. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  784. <card>
  785.     <id>4598</id>
  786.     <filler1>0</filler1>
  787.     <bitmap>BMAP_5373.pbm</bitmap>
  788.     <cantDelete> <true /> </cantDelete>
  789.     <showPict> <true /> </showPict>
  790.     <dontSearch> <false /> </dontSearch>
  791.     <owner>2264</owner>
  792.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  793.     <part>
  794.         <id>1</id>
  795.         <type>field</type>
  796.         <visible> <true /> </visible>
  797.         <dontWrap> <false /> </dontWrap>
  798.         <dontSearch> <false /> </dontSearch>
  799.         <sharedText> <false /> </sharedText>
  800.         <fixedLineHeight> <true /> </fixedLineHeight>
  801.         <autoTab> <false /> </autoTab>
  802.         <lockText> <true /> </lockText>
  803.         <rect>
  804.             <left>252</left>
  805.             <top>28</top>
  806.             <right>505</right>
  807.             <bottom>301</bottom>
  808.         </rect>
  809.         <style>scrolling</style>
  810.         <autoSelect> <false /> </autoSelect>
  811.         <showLines> <false /> </showLines>
  812.         <wideMargins> <false /> </wideMargins>
  813.         <multipleLines> <false /> </multipleLines>
  814.         <reservedFamily> 0 </reservedFamily>
  815.         <titleWidth>0</titleWidth>
  816.         <icon>0</icon>
  817.         <textAlign>left</textAlign>
  818.         <font>Geneva</font>
  819.         <textSize>12</textSize>
  820.         <textStyle>plain</textStyle>
  821.         <textHeight>16</textHeight>
  822.         <name></name>
  823.         <script></script>
  824.     </part>
  825.     <part>
  826.         <id>5</id>
  827.         <type>button</type>
  828.         <visible> <true /> </visible>
  829.         <reserved5> 0 </reserved5>
  830.         <reserved4> 0 </reserved4>
  831.         <reserved3> 0 </reserved3>
  832.         <reserved2> 0 </reserved2>
  833.         <reserved1> 0 </reserved1>
  834.         <enabled> <true /> </enabled>
  835.         <rect>
  836.             <left>467</left>
  837.             <top>303</top>
  838.             <right>495</right>
  839.             <bottom>326</bottom>
  840.         </rect>
  841.         <style>shadow</style>
  842.         <showName> <false /> </showName>
  843.         <highlight> <false /> </highlight>
  844.         <autoHighlight> <false /> </autoHighlight>
  845.         <sharedHighlight> <true /> </sharedHighlight>
  846.         <family>0</family>
  847.         <titleWidth>0</titleWidth>
  848.         <icon>6720</icon>
  849.         <textAlign>center</textAlign>
  850.         <font>Chicago</font>
  851.         <textSize>12</textSize>
  852.         <textStyle>plain</textStyle>
  853.         <name></name>
  854.         <script>on mouseUp
  855. go card "Welcome"
  856. end mouseUp
  857. </script>
  858.     </part>
  859.     <part>
  860.         <id>6</id>
  861.         <type>button</type>
  862.         <visible> <true /> </visible>
  863.         <reserved5> 0 </reserved5>
  864.         <reserved4> 0 </reserved4>
  865.         <reserved3> 0 </reserved3>
  866.         <reserved2> 0 </reserved2>
  867.         <reserved1> 0 </reserved1>
  868.         <enabled> <true /> </enabled>
  869.         <rect>
  870.             <left>402</left>
  871.             <top>303</top>
  872.             <right>431</right>
  873.             <bottom>326</bottom>
  874.         </rect>
  875.         <style>shadow</style>
  876.         <showName> <false /> </showName>
  877.         <highlight> <false /> </highlight>
  878.         <autoHighlight> <false /> </autoHighlight>
  879.         <sharedHighlight> <true /> </sharedHighlight>
  880.         <family>0</family>
  881.         <titleWidth>0</titleWidth>
  882.         <icon>15420</icon>
  883.         <textAlign>center</textAlign>
  884.         <font>Chicago</font>
  885.         <textSize>12</textSize>
  886.         <textStyle>plain</textStyle>
  887.         <name></name>
  888.         <script>on mouseUp
  889. go prev card
  890. end mouseUp
  891. </script>
  892.     </part>
  893.     <part>
  894.         <id>7</id>
  895.         <type>button</type>
  896.         <visible> <true /> </visible>
  897.         <reserved5> 0 </reserved5>
  898.         <reserved4> 0 </reserved4>
  899.         <reserved3> 0 </reserved3>
  900.         <reserved2> 0 </reserved2>
  901.         <reserved1> 0 </reserved1>
  902.         <enabled> <true /> </enabled>
  903.         <rect>
  904.             <left>434</left>
  905.             <top>303</top>
  906.             <right>463</right>
  907.             <bottom>326</bottom>
  908.         </rect>
  909.         <style>shadow</style>
  910.         <showName> <false /> </showName>
  911.         <highlight> <false /> </highlight>
  912.         <autoHighlight> <false /> </autoHighlight>
  913.         <sharedHighlight> <true /> </sharedHighlight>
  914.         <family>0</family>
  915.         <titleWidth>0</titleWidth>
  916.         <icon>16560</icon>
  917.         <textAlign>center</textAlign>
  918.         <font>Chicago</font>
  919.         <textSize>12</textSize>
  920.         <textStyle>plain</textStyle>
  921.         <name></name>
  922.         <script>on mouseUp
  923. go next card
  924. end mouseUp
  925. </script>
  926.     </part>
  927.     <content>
  928.         <layer>card</layer>
  929.         <id>1</id>
  930.         <text>First of all, if possible you should play this game on a RAM disk.  This is because every time something on the screen changes, HyperCard writes it to disk.  On floppies this would probably be prohibitively slow.  On a hard disk, it's tolerable but not advisable.
  931.  
  932. At any time, you can press the Return key to take the next logical action.  For example, after you've played a round, just press Return to score it.
  933.  
  934. To start the game, click the New Game button.  This clears the scores,asks for players' names, and creates a card for each player.  To move between players' cards, press the left and right arrow keys.
  935.  
  936. To take a turn, click the New Roll button.  This rolls all the cubes, clears the word lists, and starts the timer.
  937.  
  938. To make a word, click on the cubes showing the letters of that word.
  939. If you make a mistake, click the Clear word in progress button.
  940. Or, shift-click on a cube to remove the last letter from the word.
  941.  
  942. When the timer runs out, click the Score button and Hyperquackey will calculate your score.  If the word lists are not correct (e.g., you accidentally entered a word you didn't mean to), edit them before you click on Score.
  943.  
  944. To move a cube, drag it while holding down the Option key.
  945.  
  946. Hyperquackey automatically keeps you from entering a word twice and entering a plural of a word you have already used in the singular.
  947.  
  948. When you click the New Game button,Hyperquackey starts a new game for you with the same player as the previous game.  To start a new game with a new set of players, hold down the Option key as you click New Game.
  949.  
  950. You can adjust the values that Hyperquackey uses to determine when you have won, how long each round takes, and when you become vulnerable.  The default values are:5000 is the winning score; each round runs 180 seconds; and at 2000 points you become vulnerable. Advanced players might wish to use values of 10000,180,0.  To set these values, click Preferences.  If you type invalid data on the Preferences card, it will restore the previous settings when you leave, as Hyperquackey would otherwise croak.
  951. </text>
  952.     </content>
  953.     <name>How to use Hyperquackey</name>
  954.     <script></script>
  955. </card>
  956.  
  957.  
  958. card_6016.xml
  959. <?xml version="1.0" encoding="utf-8" ?>
  960. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  961. <card>
  962.     <id>6016</id>
  963.     <filler1>0</filler1>
  964.     <cantDelete> <true /> </cantDelete>
  965.     <showPict> <true /> </showPict>
  966.     <dontSearch> <false /> </dontSearch>
  967.     <owner>2264</owner>
  968.     <link rel="stylesheet" type="text/css" href="stylesheet_7817.css" />
  969.     <part>
  970.         <id>1</id>
  971.         <type>field</type>
  972.         <visible> <true /> </visible>
  973.         <dontWrap> <false /> </dontWrap>
  974.         <dontSearch> <false /> </dontSearch>
  975.         <sharedText> <false /> </sharedText>
  976.         <fixedLineHeight> <true /> </fixedLineHeight>
  977.         <autoTab> <false /> </autoTab>
  978.         <lockText> <false /> </lockText>
  979.         <rect>
  980.             <left>278</left>
  981.             <top>28</top>
  982.             <right>502</right>
  983.             <bottom>178</bottom>
  984.         </rect>
  985.         <style>shadow</style>
  986.         <autoSelect> <false /> </autoSelect>
  987.         <showLines> <false /> </showLines>
  988.         <wideMargins> <true /> </wideMargins>
  989.         <multipleLines> <false /> </multipleLines>
  990.         <reservedFamily> 0 </reservedFamily>
  991.         <titleWidth>0</titleWidth>
  992.         <icon>0</icon>
  993.         <textAlign>center</textAlign>
  994.         <font>Geneva</font>
  995.         <textSize>12</textSize>
  996.         <textStyle>plain</textStyle>
  997.         <textHeight>16</textHeight>
  998.         <name></name>
  999.         <script></script>
  1000.     </part>
  1001.     <part>
  1002.         <id>3</id>
  1003.         <type>button</type>
  1004.         <visible> <true /> </visible>
  1005.         <reserved5> 0 </reserved5>
  1006.         <reserved4> 0 </reserved4>
  1007.         <reserved3> 0 </reserved3>
  1008.         <reserved2> 0 </reserved2>
  1009.         <reserved1> 0 </reserved1>
  1010.         <enabled> <true /> </enabled>
  1011.         <rect>
  1012.             <left>310</left>
  1013.             <top>232</top>
  1014.             <right>500</right>
  1015.             <bottom>251</bottom>
  1016.         </rect>
  1017.         <style>shadow</style>
  1018.         <showName> <true /> </showName>
  1019.         <highlight> <false /> </highlight>
  1020.         <autoHighlight> <true /> </autoHighlight>
  1021.         <sharedHighlight> <true /> </sharedHighlight>
  1022.         <family>0</family>
  1023.         <titleWidth>0</titleWidth>
  1024.         <icon>0</icon>
  1025.         <textAlign>center</textAlign>
  1026.         <font>Chicago</font>
  1027.         <textSize>12</textSize>
  1028.         <textStyle>plain</textStyle>
  1029.         <name>About the author</name>
  1030.         <script>on mouseUp
  1031. go card "About the author"
  1032. end mouseUp
  1033. </script>
  1034.     </part>
  1035.     <part>
  1036.         <id>4</id>
  1037.         <type>button</type>
  1038.         <visible> <true /> </visible>
  1039.         <reserved5> 0 </reserved5>
  1040.         <reserved4> 0 </reserved4>
  1041.         <reserved3> 0 </reserved3>
  1042.         <reserved2> 0 </reserved2>
  1043.         <reserved1> 0 </reserved1>
  1044.         <enabled> <true /> </enabled>
  1045.         <rect>
  1046.             <left>310</left>
  1047.             <top>212</top>
  1048.             <right>500</right>
  1049.             <bottom>231</bottom>
  1050.         </rect>
  1051.         <style>shadow</style>
  1052.         <showName> <true /> </showName>
  1053.         <highlight> <false /> </highlight>
  1054.         <autoHighlight> <true /> </autoHighlight>
  1055.         <sharedHighlight> <true /> </sharedHighlight>
  1056.         <family>0</family>
  1057.         <titleWidth>0</titleWidth>
  1058.         <icon>0</icon>
  1059.         <textAlign>center</textAlign>
  1060.         <font>Chicago</font>
  1061.         <textSize>12</textSize>
  1062.         <textStyle>plain</textStyle>
  1063.         <name>The Rules of Perquackey</name>
  1064.         <script>on mouseUp
  1065. go card "Rules"
  1066. end mouseUp
  1067. </script>
  1068.     </part>
  1069.     <part>
  1070.         <id>5</id>
  1071.         <type>button</type>
  1072.         <visible> <true /> </visible>
  1073.         <reserved5> 0 </reserved5>
  1074.         <reserved4> 0 </reserved4>
  1075.         <reserved3> 0 </reserved3>
  1076.         <reserved2> 0 </reserved2>
  1077.         <reserved1> 0 </reserved1>
  1078.         <enabled> <true /> </enabled>
  1079.         <rect>
  1080.             <left>310</left>
  1081.             <top>192</top>
  1082.             <right>500</right>
  1083.             <bottom>211</bottom>
  1084.         </rect>
  1085.         <style>shadow</style>
  1086.         <showName> <true /> </showName>
  1087.         <highlight> <false /> </highlight>
  1088.         <autoHighlight> <true /> </autoHighlight>
  1089.         <sharedHighlight> <true /> </sharedHighlight>
  1090.         <family>0</family>
  1091.         <titleWidth>0</titleWidth>
  1092.         <icon>0</icon>
  1093.         <textAlign>center</textAlign>
  1094.         <font>Chicago</font>
  1095.         <textSize>12</textSize>
  1096.         <textStyle>plain</textStyle>
  1097.         <name>How to use Hyperquackey</name>
  1098.         <script>on mouseUp
  1099. go card "How to use Hyperquackey"
  1100. end mouseUp
  1101. </script>
  1102.     </part>
  1103.     <part>
  1104.         <id>6</id>
  1105.         <type>button</type>
  1106.         <visible> <true /> </visible>
  1107.         <reserved5> 0 </reserved5>
  1108.         <reserved4> 0 </reserved4>
  1109.         <reserved3> 0 </reserved3>
  1110.         <reserved2> 0 </reserved2>
  1111.         <reserved1> 0 </reserved1>
  1112.         <enabled> <true /> </enabled>
  1113.         <rect>
  1114.             <left>310</left>
  1115.             <top>272</top>
  1116.             <right>499</right>
  1117.             <bottom>291</bottom>
  1118.         </rect>
  1119.         <style>shadow</style>
  1120.         <showName> <true /> </showName>
  1121.         <highlight> <false /> </highlight>
  1122.         <autoHighlight> <true /> </autoHighlight>
  1123.         <sharedHighlight> <true /> </sharedHighlight>
  1124.         <family>0</family>
  1125.         <titleWidth>0</titleWidth>
  1126.         <icon>0</icon>
  1127.         <textAlign>center</textAlign>
  1128.         <font>Chicago</font>
  1129.         <textSize>12</textSize>
  1130.         <textStyle>plain</textStyle>
  1131.         <name>Spread it around!</name>
  1132.         <script>on mouseUp
  1133. go card "Spread it around"
  1134. end mouseUp
  1135. </script>
  1136.     </part>
  1137.     <part>
  1138.         <id>7</id>
  1139.         <type>button</type>
  1140.         <visible> <true /> </visible>
  1141.         <reserved5> 0 </reserved5>
  1142.         <reserved4> 0 </reserved4>
  1143.         <reserved3> 0 </reserved3>
  1144.         <reserved2> 0 </reserved2>
  1145.         <reserved1> 0 </reserved1>
  1146.         <enabled> <true /> </enabled>
  1147.         <rect>
  1148.             <left>310</left>
  1149.             <top>252</top>
  1150.             <right>500</right>
  1151.             <bottom>271</bottom>
  1152.         </rect>
  1153.         <style>shadow</style>
  1154.         <showName> <true /> </showName>
  1155.         <highlight> <false /> </highlight>
  1156.         <autoHighlight> <true /> </autoHighlight>
  1157.         <sharedHighlight> <true /> </sharedHighlight>
  1158.         <family>0</family>
  1159.         <titleWidth>0</titleWidth>
  1160.         <icon>0</icon>
  1161.         <textAlign>center</textAlign>
  1162.         <font>Chicago</font>
  1163.         <textSize>12</textSize>
  1164.         <textStyle>plain</textStyle>
  1165.         <name>Technical details</name>
  1166.         <script>on mouseUp
  1167. go card "Technical details"
  1168. end mouseUp
  1169. </script>
  1170.     </part>
  1171.     <part>
  1172.         <id>9</id>
  1173.         <type>button</type>
  1174.         <visible> <true /> </visible>
  1175.         <reserved5> 0 </reserved5>
  1176.         <reserved4> 0 </reserved4>
  1177.         <reserved3> 0 </reserved3>
  1178.         <reserved2> 0 </reserved2>
  1179.         <reserved1> 0 </reserved1>
  1180.         <enabled> <true /> </enabled>
  1181.         <rect>
  1182.             <left>310</left>
  1183.             <top>296</top>
  1184.             <right>500</right>
  1185.             <bottom>336</bottom>
  1186.         </rect>
  1187.         <style>shadow</style>
  1188.         <showName> <true /> </showName>
  1189.         <highlight> <false /> </highlight>
  1190.         <autoHighlight> <true /> </autoHighlight>
  1191.         <sharedHighlight> <true /> </sharedHighlight>
  1192.         <family>0</family>
  1193.         <titleWidth>0</titleWidth>
  1194.         <icon>0</icon>
  1195.         <textAlign>center</textAlign>
  1196.         <font>Chicago</font>
  1197.         <textSize>12</textSize>
  1198.         <textStyle>plain</textStyle>
  1199.         <name>Play (or hit return)</name>
  1200.         <script>on mouseUp
  1201. visual effect iris open
  1202. go card "Player 1"
  1203. end mouseUp
  1204. </script>
  1205.     </part>
  1206.     <part>
  1207.         <id>10</id>
  1208.         <type>button</type>
  1209.         <visible> <true /> </visible>
  1210.         <reserved5> 0 </reserved5>
  1211.         <reserved4> 0 </reserved4>
  1212.         <reserved3> 0 </reserved3>
  1213.         <reserved2> 0 </reserved2>
  1214.         <reserved1> 0 </reserved1>
  1215.         <enabled> <true /> </enabled>
  1216.         <rect>
  1217.             <left>66</left>
  1218.             <top>170</top>
  1219.             <right>125</right>
  1220.             <bottom>186</bottom>
  1221.         </rect>
  1222.         <style>shadow</style>
  1223.         <showName> <true /> </showName>
  1224.         <highlight> <false /> </highlight>
  1225.         <autoHighlight> <true /> </autoHighlight>
  1226.         <sharedHighlight> <true /> </sharedHighlight>
  1227.         <family>0</family>
  1228.         <titleWidth>0</titleWidth>
  1229.         <icon>0</icon>
  1230.         <textAlign>center</textAlign>
  1231.         <font>Chicago</font>
  1232.         <textSize>12</textSize>
  1233.         <textStyle>plain</textStyle>
  1234.         <name>Quit</name>
  1235.         <script>on mouseUp
  1236. doMenu "Quit Hypercard"
  1237. end mouseUp
  1238. </script>
  1239.     </part>
  1240.     <part>
  1241.         <id>11</id>
  1242.         <type>button</type>
  1243.         <visible> <true /> </visible>
  1244.         <reserved5> 0 </reserved5>
  1245.         <reserved4> 0 </reserved4>
  1246.         <reserved3> 0 </reserved3>
  1247.         <reserved2> 0 </reserved2>
  1248.         <reserved1> 0 </reserved1>
  1249.         <enabled> <true /> </enabled>
  1250.         <rect>
  1251.             <left>66</left>
  1252.             <top>153</top>
  1253.             <right>125</right>
  1254.             <bottom>169</bottom>
  1255.         </rect>
  1256.         <style>shadow</style>
  1257.         <showName> <true /> </showName>
  1258.         <highlight> <false /> </highlight>
  1259.         <autoHighlight> <true /> </autoHighlight>
  1260.         <sharedHighlight> <true /> </sharedHighlight>
  1261.         <family>0</family>
  1262.         <titleWidth>0</titleWidth>
  1263.         <icon>0</icon>
  1264.         <textAlign>center</textAlign>
  1265.         <font>Chicago</font>
  1266.         <textSize>12</textSize>
  1267.         <textStyle>plain</textStyle>
  1268.         <name>Home</name>
  1269.         <script>on mouseUp
  1270. doMenu "Home"
  1271. end mouseUp
  1272. </script>
  1273.     </part>
  1274.     <content>
  1275.         <layer>card</layer>
  1276.         <id>1</id>
  1277.         <text>Welcome to
  1278. H Y P E R Q U A C K E Y
  1279. a game for the nimble fingered
  1280.  
  1281. written by David Bogartz
  1282. with HyperCard
  1283.  
  1284. Version 1.1 of 5 November 1987</text>
  1285.     </content>
  1286.     <name>Welcome</name>
  1287.     <script>on returnKey
  1288. set the hilite of button "Play (or hit return)" to true
  1289. set the hilite of button "Play (or hit return)" to false
  1290. visual effect iris open
  1291. go card "Player 1"
  1292. end returnKey</script>
  1293. </card>
  1294.  
  1295.  
  1296.